home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / rocketman.swf / scripts / frame_204 / PlaceObject2_185_36 / CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Text File  |  2007-01-12  |  187 b   |  9 lines

  1. onClipEvent(load){
  2.    gotoAndStop(196, _parent.smoke + 1);
  3.    onRelease = function()
  4.    {
  5.       _parent.smoke = !_parent.smoke;
  6.       gotoAndStop(196, _parent.smoke + 1);
  7.    };
  8. }
  9.